coloreditor: Draw a focus around the color plane
authorMatthias Clasen <mclasen@redhat.com>
Thu, 9 Apr 2020 18:11:18 +0000 (14:11 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 9 Apr 2020 18:11:18 +0000 (14:11 -0400)
Not doing it was just an oversight.

gtk/theme/Adwaita/_common.scss

index cca5b1d8067a2c4670ecdf8d1a79d3f8007c72f9..24a0db293ccb4f76aa33d9565682e6235676e7a2 100644 (file)
@@ -57,6 +57,7 @@ flowboxchild:focus(visible) {
 }
 
 // Widgets that draw their focus indicator outset and not inset
+plane:focus(visible),
 scale:focus(visible) > trough {
   outline-color: $focus_border_color;
   outline-style: solid;